Fixes uninitialized var, static libs, CLI options. - #142
Conversation
- cmake: GEARSHIFFT_BACKEND_FFTW_THREADS -> GEARSHIFFT_INTERNAL_FFTWX_THREADED - FFTWWrappers/MKL does not implement parameters for rigor & timelimit - so do not show CLI options for that - Fixes and moves non-MKL libs in MKL cmake variable. - show messages only when not set to quiet. - Only restrict suffix for static libs (also in FindFFTW.cmake)
|
works for me with xcode |
|
can this be merged? |
|
let me test this again. If it will work, then we can merge it. |
|
tested on taurus: if intel mkl and intel compiler versions do not match it seems this will then lead to a stupid segfault after program has finished and cleaned up. This is also present on previous versions. Working module setup on taurus: with this modules it worked, but I could not test all cases (GNU MKL wrapper?). Can you also test again? |
|
I'll test that next week.
|
|
k, np, I do not touch this PR. |
GEARSHIFFT_BACKEND_FFTW_THREADS->GEARSHIFFT_INTERNAL_FFTWX_THREADED@emmenlau Can you test this PR on your systems? I changed some logic from your recent PRs.
edit: refers to #140